DefaultConnectedDevice

class DefaultConnectedDevice(val cbCentral: CBCentral) : ConnectedDevice

The default ConnectedDevice, wrapping the platform CBCentral.

Constructors

Link copied to clipboard
constructor(cbCentral: CBCentral)

Properties

Link copied to clipboard
open override val cbCentral: CBCentral

the platform CBCentral of the connected device

Link copied to clipboard
open override val identifier: Identifier
Link copied to clipboard
open override val mtu: MTU

The MTU negotiated with this device, or null if it is not known. Notification payloads should be sized to at most mtu - 3 bytes.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int